Which of the following matches a 'Single Segment Wildcard'?
match /videos/video1.mp4
match /gifs/{allGifs=**}
match /music/{songs}
Question 2
Which of the following matches a 'Multi Segment Wildcard'?
match /funGifs/cats/{catPics=**}
match /profilePictures/Lyla.jpg
match /messages/{anyPath}
Next Concept